home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Freeware
/
Adobe Air 1.5
/
AdobeAIRInstaller.exe
/
setup.swf
/
scripts
/
mx
/
controls
/
ButtonLabelPlacement.as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-10-29
|
541 b
|
26 lines
package mx.controls
{
import mx.core.mx_internal;
use namespace mx_internal;
public final class ButtonLabelPlacement
{
mx_internal static const VERSION:String = "3.0.0.0";
public static const BOTTOM:String = "bottom";
public static const LEFT:String = "left";
public static const RIGHT:String = "right";
public static const TOP:String = "top";
public function ButtonLabelPlacement()
{
super();
}
}
}